home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / x11 / xlibs_930609.lha / README.Libs
Text File  |  1993-06-09  |  3KB  |  59 lines

  1. Hi there.
  2.  
  3. These are the additional link libraries (for GCC of course)
  4. needed to compile local X11 clients for the PD X11 server
  5. "DaggeX" by Kari J.  Mettinen <mettinen@kruuna.helsinki.fi> and
  6. Leonard K Norrgård <vinsci@nic.funet.fi>.
  7.  
  8. The last public release of DaggeX (V0.2) contained the basic
  9. lib (libX11), the X toolkit (libXt) and a net support lib
  10. (libnet). This archive contains:
  11.  
  12.  - libXaw   is the Athena Widget set
  13.  - libXmu   are miscellaneous utility functions
  14.  - libXext  are for server extensions like SHAPE
  15.  
  16. plus a beta release of Markus Wild's new ixemul.library with the
  17. proper libc.a. Please read libs/README.PRELIMINARY! Ask Markus
  18. if you need the complete archive.
  19.  
  20. Installation is simple:  Just copy libs to libs:  and lib to
  21. gcc:lib.  You should also get the Xincludes archive and unpack
  22. the includes into the gcc: directory.
  23.  
  24. The libraries were compiled for 68020.  To recompile them is
  25. pretty simple, just get the sources, do mkmf and make, that's
  26. it. (Of course you will need GCC, imake and the Xincludes...)
  27.  
  28. A note on compiling X clients using these libs: You should
  29. maintain the order given by my imake rules, i.e.
  30.  
  31.   gcc ... -lXaw -lXmu -lXext -lXt -lX11 -lnet -lc -lamiga
  32.  
  33. This will avoid linker problems. The normal case should of course
  34. be to unpack any X client, execute mkmf and then just invoke
  35. make. Have fun!
  36.  
  37. Michael Balzer
  38. (EMail at work: balzer@heike.informatik.uni-dortmund.de,
  39. at home: bilbo@bagsend.aworld.de)
  40.  
  41.  * Copyright 1989 Massachusetts Institute of Technology
  42.  *
  43.  * Permission to use, copy, modify, distribute, and sell this software and its
  44.  * documentation for any purpose is hereby granted without fee, provided that
  45.  * the above copyright notice appear in all copies and that both that
  46.  * copyright notice and this permission notice appear in supporting
  47.  * documentation, and that the name of M.I.T. not be used in advertising or
  48.  * publicity pertaining to distribution of the software without specific,
  49.  * written prior permission.  M.I.T. makes no representations about the
  50.  * suitability of this software for any purpose.  It is provided "as is"
  51.  * without express or implied warranty.
  52.  *
  53.  * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  54.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
  55.  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  56.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  57.  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
  58.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  59.